-
Notifications
You must be signed in to change notification settings - Fork 8.2k
MXRT600 add sleep mode support #34743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MXRT600 add sleep mode support #34743
Conversation
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
Any feedback? |
west.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hal PR has now been merged, so you can update this to the new SHA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Call SoC Deep Sleep mode Signed-off-by: Mahesh Mahadevan <[email protected]>
We need to relocate the power library to SRAM Signed-off-by: Mahesh Mahadevan <[email protected]>
Update dts file to add suspend-to-idle power state Signed-off-by: Mahesh Mahadevan <[email protected]>
Enable OS Timer interrupt to wake up platform from deep sleep mode Signed-off-by: Mahesh Mahadevan <[email protected]>
Use the default value as we were failing kernel timer tests with the increased value Signed-off-by: Mahesh Mahadevan <[email protected]>
This change allows updating the flash clock settings from the power driver. Signed-off-by: Mahesh Mahadevan <[email protected]>
This dependent on PR #34086